github.com/go-pg/pg/v10/orm.SelectQuery.count (field)
9 uses
github.com/go-pg/pg/v10/orm (current package)
query.go#L797: count: column,
select.go#L14: count string
select.go#L43: count: q.count,
select.go#L60: cteCount := q.count != "" && (len(q.q.group) > 0 || q.isDistinct())
select.go#L91: if q.count != "" && !cteCount {
select.go#L92: b = append(b, q.count...)
select.go#L160: if q.count == "" {
select.go#L193: b = append(b, q.count...)
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)